projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb49f8
)
Docstring change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 12 Apr 2008 05:17:39 +0000
(
05:17
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 12 Apr 2008 05:17:39 +0000
(
05:17
+0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index c2e45b217efe92cb4ec7130acab7bf42369f2256..5373da32d669750b7f99785b10d9c59b002d179b 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-355,8
+355,8
@@
With argument ARG, do it ARG times;
a negative argument ARG = -N means move forward N paragraphs.
A paragraph start is the beginning of a line which is a
-`
first-line-of-paragraph
' or which is ordinary text and follows a
-
paragraph-separat
ing line; except: if the first real line of a
+`
paragraph-start
' or which is ordinary text and follows a
+
`paragraph-separate'
ing line; except: if the first real line of a
paragraph is preceded by a blank line, the paragraph starts at that
blank line.